home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Demos / ByCompany / Athena_Design / Mesa / Mesa.app / English.lproj / Find.nib / data.classes next >
Text File  |  1994-03-01  |  324b  |  27 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. Find = {
  7.     ACTIONS = {
  8.     replace:;
  9.     replaceAndFind:;
  10.     previous:;
  11.     replaceAll:;
  12.     next:;
  13.     };
  14.     OUTLETS = {
  15.     searchRange;
  16.     searchOrder;
  17.     window;
  18.     cellContents;
  19.     replace;
  20.     ignoreCase;
  21.     cellValue;
  22.     find;
  23.     numberMatch;
  24.     };
  25.     SUPERCLASS = Object;
  26. };
  27.